* frame.el (delete-other-frames): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 11 Sep 2011 21:47:39 +0000 (17:47 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 11 Sep 2011 21:47:39 +0000 (17:47 -0400)
lisp/ChangeLog
lisp/frame.el

index 8a49870cee2543b6c9e595e3c0955d16ddce599d..cbc10a6afb19221b21f06968eebd206dddacbbfd 100644 (file)
@@ -5,6 +5,8 @@
        (display-buffer-alist, display-buffer-default-action)
        (display-buffer-overriding-action): Add defcustom types.
 
+       * frame.el (delete-other-frames): Doc fix (Bug#276).
+
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
index 8fea4f051478bf6cdf5d1ae9cdb7dd6c2e80bac4..ab9b085f1d9a6235347e24e3e59fa23a83caa552 100644 (file)
@@ -1457,7 +1457,7 @@ the opposite frame edge from the edge indicated in the input spec."
 \f
 
 (defun delete-other-frames (&optional frame)
-  "Delete all frames except FRAME.
+  "Delete all frames on the current terminal, except FRAME.
 If FRAME uses another frame's minibuffer, the minibuffer frame is
 left untouched.  FRAME nil or omitted means use the selected frame."
   (interactive)